home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / SampleSMSAMServer / Makefile < prev    next >
Encoding:
Makefile  |  1995-07-28  |  21.3 KB  |  490 lines  |  [TEXT/MPS ]

  1. #
  2. #    File:        Makefile
  3. #
  4. #    Contains:    *** put contents here ***
  5. #
  6. #    Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  7. #
  8.  
  9. # This makefile was produced at 2:15:35 PM on Tue, Mar 1, 1994 by
  10. # MakeMake 2.0d36 (6/24/1991) by Rick Holzgrafe, scott douglass, Jeff Holcomb.
  11. # To change this Makefile edit the definition of MAKEMAKE below
  12. # and execute Make Makefile.
  13.  
  14.  
  15. .cp.o            ƒ    .cp
  16.     BLJCPlus {default}.cp -o "{BLJObjects}" {COptions} {CPlusOptions} {BLJLoadDumpFileOption}
  17.  
  18. .p.o            ƒ    .p
  19.     BLJPascal {default}.p -o "{BLJObjects}" {POptions}
  20.  
  21. .c.o            ƒ    .c
  22.     BLJC {default}.c -o "{BLJObjects}" {COptions}
  23.  
  24. MAKEMAKE = MakeMake ∂
  25.             -nosys -pre ::ScriptsAndTools:CPlusDefaultMakeRule ∂
  26.             'CPlusOptions="{BLJCPlusOptions}"' 'COptions="{BLJCOptions}"' ∂
  27.             'POptions="{BLJPOptions}"' 'LIBOPTS="{BLJLibOptions}"' ∂
  28.             'LINKOPTS="{BLJLinkOptions}"' ∂
  29.             "ROptions=-d SystemSevenOrLater=1 -d __REZ__=1 -append" ∂
  30.             "CTAGSOPTS=-cplusplus -p -local -update" -i '{BLJLoadDumpFileStuff}' ∂
  31.             -i '{BLJ2020Interfaces}' -i '{BLJThreadStuff}' LINK=BLJLink -i ∂
  32.             '{BLJVirtualFile}' -i '{BLJTupleDatabase}' LIB=BLJLib REZ=BLJRez ∂
  33.             -i '{BLJBovineServer}' -i '{BLJBuildingBlocks}' -i ∂
  34.             '{BLJCoreGateway}' -i '{BLJ2020HalfGateway}' -i ∂
  35.             '{BLJConnectorHalfGateway}' -i '{BLJSqueezeStuff}' -i ∂
  36.             '{BLJHFSHalfGateway}' -i '{BLJ2020Interfaces}' -i ∂
  37.             '{BLJPagerHalfGateway}' -i '{BLJGECommon}' -i '{BLJObjects}' ∂
  38.             -objdir '{BLJObjects}' -srcdirs '{BLJBovineServer}' ∂
  39.         -t '{BLJObjects}BuildingBlocks.o' ∂
  40.             -customonly "BuildFailed; Exit" ∂
  41.         -t '{BLJObjects}VirtualFile.o' ∂
  42.             -customonly "BuildFailed; Exit" ∂
  43.         -t '{BLJObjects}TupleDatabase.o' ∂
  44.             -customonly "BuildFailed; Exit" ∂
  45.         -t '{BLJObjects}CoreGateway.o' ∂
  46.             -customonly "BuildFailed; Exit" ∂
  47.         -t '{BLJObjects}2020HalfGateway.o' ∂
  48.             -customonly "BuildFailed; Exit" ∂
  49.         -t '{BLJObjects}ConnectorHalfGateway.o' ∂
  50.             -customonly "BuildFailed; Exit" ∂
  51.         -t '{BLJObjects}HFSHalfGateway.o' ∂
  52.             -customonly "BuildFailed; Exit" ∂
  53.         -t '{BLJObjects}SqueezePlay.o' ∂
  54.             -customonly "BuildFailed; Exit" ∂
  55.         -t '{BLJObjects}ThreadStuff.o' ∂
  56.             -customonly "BuildFailed; Exit" ∂
  57.         -t '{BLJObjects}PagerHalfGateway.o' ∂
  58.             -customonly "BuildFailed; Exit" ∂
  59.         -t '{BLJObjects}GECommonCode.o' ∂
  60.             -customonly "BuildFailed; Exit" ∂
  61.         -t '{BLJObjects}MiscResidentLibraries1.o' ∂
  62.             -l "-dm __nw__FUi,__dl__FPv -sg Resident -w -sym off" ∂
  63.             '{CLibraries}CPlusLib.o' '{Libraries}CommToolboxExtensions.o' ∂
  64.             '{CLibraries}StdCLib.o' '{PLibraries}PasLib.o' ∂
  65.             '{Libraries}Unmangle.o' '{Libraries}ToolLibs.o' ∂
  66.             '{BLJBovineServer}CtoPStringUtilities.o' ∂
  67.         -t '{BLJObjects}MiscResidentLibraries2.o' ∂
  68.             '{Libraries}Runtime.o' '{Libraries}Interface.o' ∂
  69.         -t '{BLJObjects}BovineServer' ∂
  70.             -l '"{BLJLinkOptions}"' -f "-t APPL -c BLoJ" -custom ∂
  71.             'BLJAddVersionResource "{BLJObjects}BovineServer" 1.0x0' ∂
  72.             '{BLJObjects}MiscResidentLibraries1.o' ∂
  73.             '{BLJObjects}MiscResidentLibraries2.o' ∂
  74.             '{BLJObjects}BLJStandardIncludes.o' '{BLJObjects}TupleDatabase.o' ∂
  75.             '{BLJObjects}VirtualFile.o' '{BLJObjects}BuildingBlocks.o' ∂
  76.             '{BLJObjects}BuildingBlocksTest.o' '{BLJObjects}2020HalfGateway.o' ∂
  77.             '{BLJObjects}CoreGateway.o' '{BLJObjects}ConnectorHalfGateway.o' ∂
  78.             '{BLJObjects}HFSHalfGateway.o' '{BLJObjects}PagerHalfGateway.o' ∂
  79.             '{BLJObjects}SqueezePlay.o' '{BLJObjects}GECommonCode.o' ∂
  80.             '{BLJObjects}ThreadStuff.o' '{BLJObjects}2020Interfaces.o' ∂
  81.             BovineServer.cp ConfigurationDBStuff.cp 2020toConnectorGateway.cp ∂
  82.             StatusMonitor.cp DebuggingGear.cp DebuggingGear.p ∂
  83.             DebuggingWindows.cp DebuggingMenus.cp StatusWindow.cp ∂
  84.             BovineServer.r DebuggingMenus.r DebuggingWindows.r ∂
  85.             '{BLJATSHalfGateway}ATSCCLEngine.r' ∂
  86.             '{BLJConnectorHalfGateway}ConnectorCCLEngine.r' ∂
  87.             '{BLJConnectorHalfGateway}ConnectorHalfGateway.r' ∂
  88.             '{BLJConnectorHalfGateway}ConnectorHalfGwyMessages.r' ∂
  89.             '{BLJGECommon}CCLEngine.r' '{BLJGECommon}ProtocolApplelinkEFX.r' ∂
  90.             '{BLJPagerHalfGateway}PagerHalfGateway.r'
  91.  
  92. {BLJObjects}    ƒ {BLJBovineServer}
  93.  
  94. TARGETS = "{BLJObjects}BuildingBlocks.o" "{BLJObjects}VirtualFile.o" ∂
  95.     "{BLJObjects}TupleDatabase.o" "{BLJObjects}CoreGateway.o" ∂
  96.     "{BLJObjects}2020HalfGateway.o" "{BLJObjects}ConnectorHalfGateway.o" ∂
  97.     "{BLJObjects}HFSHalfGateway.o" "{BLJObjects}SqueezePlay.o" ∂
  98.     "{BLJObjects}ThreadStuff.o" "{BLJObjects}PagerHalfGateway.o" ∂
  99.     "{BLJObjects}GECommonCode.o" "{BLJObjects}MiscResidentLibraries1.o" ∂
  100.     "{BLJObjects}MiscResidentLibraries2.o" "{BLJObjects}BovineServer"
  101.  
  102. DOT_H = "{BLJThreadStuff}Threads.h" "{BLJThreadStuff}Failure.h" BovineServer.h ∂
  103.     DebuggingMenus.h "{BLJVirtualFile}AbstractFile.h" 2020toConnectorGateway.h ∂
  104.     "{BLJ2020HalfGateway}2020Letter.h" "{BLJCoreGateway}CoreGatewayTypes.h" ∂
  105.     "{BLJCoreGateway}Recipient.h" "{BLJ2020HalfGateway}2020Recipient.h" ∂
  106.     "{BLJ2020HalfGateway}2020HalfGatewayMisc.h" ∂
  107.     "{BLJ2020HalfGateway}AOCEHalfGatewayTypes.h" ∂
  108.     "{BLJConnectorHalfGateway}ConnectorHGwyTypes.h" ∂
  109.     "{BLJConnectorHalfGateway}ConnectorLetter.h" ∂
  110.     "{BLJConnectorHalfGateway}ConnectorRecipient.h" ∂
  111.     "{BLJTupleDatabase}DiskEntry.h" "{BLJPagerHalfGateway}OutgoingPage.h" ∂
  112.     StatusMonitor.h BovineConstants.h DebuggingWindows.h StatusWindow.h ∂
  113.     DebuggingGear.h DebugConstants.h "{BLJCoreGateway}LetterLog.h"
  114.  
  115. DOT_R = BovineServer.r DebuggingMenus.r DebuggingWindows.r ∂
  116.     "{BLJATSHalfGateway}ATSCCLEngine.r" ∂
  117.     "{BLJConnectorHalfGateway}ConnectorCCLEngine.r" ∂
  118.     "{BLJConnectorHalfGateway}ConnectorHalfGateway.r" ∂
  119.     "{BLJConnectorHalfGateway}ConnectorHalfGwyMessages.r" ∂
  120.     "{BLJGECommon}CCLEngine.r" "{BLJGECommon}ProtocolApplelinkEFX.r" ∂
  121.     "{BLJPagerHalfGateway}PagerHalfGateway.r"
  122.  
  123. SRCS = BovineServer.cp ConfigurationDBStuff.cp 2020toConnectorGateway.cp ∂
  124.     StatusMonitor.cp DebuggingGear.cp DebuggingGear.p DebuggingWindows.cp ∂
  125.     DebuggingMenus.cp StatusWindow.cp
  126.  
  127. # For "{BLJObjects}BovineServer"
  128. OBJS_13 = "{BLJObjects}BovineServer.cp.o" ∂
  129.     "{BLJObjects}ConfigurationDBStuff.cp.o" ∂
  130.     "{BLJObjects}2020toConnectorGateway.cp.o" "{BLJObjects}StatusMonitor.cp.o" ∂
  131.     "{BLJObjects}DebuggingGear.cp.o" "{BLJObjects}DebuggingGear.p.o" ∂
  132.     "{BLJObjects}DebuggingWindows.cp.o" "{BLJObjects}DebuggingMenus.cp.o" ∂
  133.     "{BLJObjects}StatusWindow.cp.o"
  134.  
  135. # For "{BLJObjects}MiscResidentLibraries1.o"
  136. LIBS_11 = "{CLibraries}CPlusLib.o" "{Libraries}CommToolboxExtensions.o" ∂
  137.     "{CLibraries}StdCLib.o" "{PLibraries}PasLib.o" "{Libraries}Unmangle.o" ∂
  138.     "{Libraries}ToolLibs.o" "{BLJBovineServer}CtoPStringUtilities.o"
  139.  
  140. # For "{BLJObjects}MiscResidentLibraries2.o"
  141. LIBS_12 = "{Libraries}Runtime.o" "{Libraries}Interface.o"
  142.  
  143. # For "{BLJObjects}BovineServer"
  144. LIBS_13 = "{BLJObjects}MiscResidentLibraries1.o" ∂
  145.     "{BLJObjects}MiscResidentLibraries2.o" "{BLJObjects}BLJStandardIncludes.o" ∂
  146.     "{BLJObjects}TupleDatabase.o" "{BLJObjects}VirtualFile.o" ∂
  147.     "{BLJObjects}BuildingBlocks.o" "{BLJObjects}BuildingBlocksTest.o" ∂
  148.     "{BLJObjects}2020HalfGateway.o" "{BLJObjects}CoreGateway.o" ∂
  149.     "{BLJObjects}ConnectorHalfGateway.o" "{BLJObjects}HFSHalfGateway.o" ∂
  150.     "{BLJObjects}PagerHalfGateway.o" "{BLJObjects}SqueezePlay.o" ∂
  151.     "{BLJObjects}GECommonCode.o" "{BLJObjects}ThreadStuff.o" ∂
  152.     "{BLJObjects}2020Interfaces.o"
  153.  
  154. # For "{BLJObjects}BovineServer"
  155. RES_13 = BovineServer.r DebuggingMenus.r DebuggingWindows.r ∂
  156.     "{BLJATSHalfGateway}ATSCCLEngine.r" ∂
  157.     "{BLJConnectorHalfGateway}ConnectorCCLEngine.r" ∂
  158.     "{BLJConnectorHalfGateway}ConnectorHalfGateway.r" ∂
  159.     "{BLJConnectorHalfGateway}ConnectorHalfGwyMessages.r" ∂
  160.     "{BLJGECommon}CCLEngine.r" "{BLJGECommon}ProtocolApplelinkEFX.r" ∂
  161.     "{BLJPagerHalfGateway}PagerHalfGateway.r"
  162.  
  163. CPlusOptions = "{BLJCPlusOptions}"
  164. LIBOPTS      = "{BLJLibOptions}"
  165. LINKOPTS     = "{BLJLinkOptions}"
  166. CTAGSOPTS    = -cplusplus -p -local -update
  167. LINK         = BLJLink
  168. LIB          = BLJLib
  169. REZ          = BLJRez
  170. COUNT        = Count
  171. COUNTOPTS    = 
  172. CTAGS        = Ctags
  173. DELETE       = Delete
  174. DELETEOPTS   = -i
  175. FILES        = Files
  176. FILESOPTS    = -l
  177. MAKEFILE     = Makefile
  178. PRINT        = Print
  179. PRINTOPTS    = 
  180. SETFILE      = SetFile
  181. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  182.  
  183.  
  184. AOptions = -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  185.     -i "{BLJThreadStuff}" -i "{BLJVirtualFile}" -i "{BLJTupleDatabase}" ∂
  186.     -i "{BLJBovineServer}" -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" ∂
  187.     -i "{BLJ2020HalfGateway}" -i "{BLJConnectorHalfGateway}" ∂
  188.     -i "{BLJSqueezeStuff}" -i "{BLJHFSHalfGateway}" -i "{BLJ2020Interfaces}" ∂
  189.     -i "{BLJPagerHalfGateway}" -i "{BLJGECommon}" -i "{BLJObjects}"
  190.  
  191. COptions = "{BLJCOptions}" -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  192.     -i "{BLJThreadStuff}" -i "{BLJVirtualFile}" -i "{BLJTupleDatabase}" ∂
  193.     -i "{BLJBovineServer}" -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" ∂
  194.     -i "{BLJ2020HalfGateway}" -i "{BLJConnectorHalfGateway}" ∂
  195.     -i "{BLJSqueezeStuff}" -i "{BLJHFSHalfGateway}" -i "{BLJ2020Interfaces}" ∂
  196.     -i "{BLJPagerHalfGateway}" -i "{BLJGECommon}" -i "{BLJObjects}"
  197.  
  198. POptions = "{BLJPOptions}" -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  199.     -i "{BLJThreadStuff}" -i "{BLJVirtualFile}" -i "{BLJTupleDatabase}" ∂
  200.     -i "{BLJBovineServer}" -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" ∂
  201.     -i "{BLJ2020HalfGateway}" -i "{BLJConnectorHalfGateway}" ∂
  202.     -i "{BLJSqueezeStuff}" -i "{BLJHFSHalfGateway}" -i "{BLJ2020Interfaces}" ∂
  203.     -i "{BLJPagerHalfGateway}" -i "{BLJGECommon}" -i "{BLJObjects}"
  204.  
  205. ROptions = -d SystemSevenOrLater=1  -d __REZ__=1 -append -i "{BLJLoadDumpFileStuff}" ∂
  206.     -i "{BLJ2020Interfaces}" -i "{BLJThreadStuff}" -i "{BLJVirtualFile}" ∂
  207.     -i "{BLJTupleDatabase}" -i "{BLJBovineServer}" -i "{BLJBuildingBlocks}" ∂
  208.     -i "{BLJCoreGateway}" -i "{BLJ2020HalfGateway}" ∂
  209.     -i "{BLJConnectorHalfGateway}" -i "{BLJSqueezeStuff}" ∂
  210.     -i "{BLJHFSHalfGateway}" -i "{BLJ2020Interfaces}" -i "{BLJPagerHalfGateway}" ∂
  211.     -i "{BLJGECommon}" -i "{BLJObjects}"
  212.  
  213. all    ƒ {TARGETS}
  214.  
  215. "{BLJObjects}BuildingBlocks.o"    ƒ
  216.     BuildFailed; Exit
  217.  
  218.  
  219. "{BLJObjects}VirtualFile.o"    ƒ
  220.     BuildFailed; Exit
  221.  
  222.  
  223. "{BLJObjects}TupleDatabase.o"    ƒ
  224.     BuildFailed; Exit
  225.  
  226.  
  227. "{BLJObjects}CoreGateway.o"    ƒ
  228.     BuildFailed; Exit
  229.  
  230.  
  231. "{BLJObjects}2020HalfGateway.o"    ƒ
  232.     BuildFailed; Exit
  233.  
  234.  
  235. "{BLJObjects}ConnectorHalfGateway.o"    ƒ
  236.     BuildFailed; Exit
  237.  
  238.  
  239. "{BLJObjects}HFSHalfGateway.o"    ƒ
  240.     BuildFailed; Exit
  241.  
  242.  
  243. "{BLJObjects}SqueezePlay.o"    ƒ
  244.     BuildFailed; Exit
  245.  
  246.  
  247. "{BLJObjects}ThreadStuff.o"    ƒ
  248.     BuildFailed; Exit
  249.  
  250.  
  251. "{BLJObjects}PagerHalfGateway.o"    ƒ
  252.     BuildFailed; Exit
  253.  
  254.  
  255. "{BLJObjects}GECommonCode.o"    ƒ
  256.     BuildFailed; Exit
  257.  
  258.  
  259. "{BLJObjects}MiscResidentLibraries1.o"    ƒ {LIBS_11}
  260.     {LIB} -dm __nw__FUi,__dl__FPv -sg Resident -w -sym off -o {Targ} {LIBS_11}
  261.  
  262.  
  263. "{BLJObjects}MiscResidentLibraries2.o"    ƒ {LIBS_12}
  264.     {LIB} {LIBOPTS} -o {Targ} {LIBS_12}
  265.  
  266.  
  267. "{BLJObjects}BovineServer"    ƒƒ {OBJS_13} {LIBS_13}
  268.     {LINK} "{BLJLinkOptions}" -o {Targ} {OBJS_13} {LIBS_13}
  269.  
  270. "{BLJObjects}BovineServer"    ƒƒ {RES_13} ∂
  271.         BovineConstants.h BovineServerIcons.rsrc ∂
  272.         BovineConstants.h BovineAboutBox.rsrc ∂
  273.         "{BLJBuildingBlocks}Message.r" ∂
  274.         "{BLJConnectorHalfGateway}OutgoingBundle.h" ∂
  275.         "{BLJConnectorHalfGateway}ConnectorHGwyTypes.h" ∂
  276.         "{BLJConnectorHalfGateway}ConnectorLetter.h" ∂
  277.         "{BLJConnectorHalfGateway}ConnectorRecipient.h" ∂
  278.         "{BLJGECommon}GERecipient.h" "{BLJGECommon}GECommonCode.h" ∂
  279.         "{BLJBuildingBlocks}HandleObject.h" "{BLJBuildingBlocks}ObjectList.h" ∂
  280.         "{BLJConnectorHalfGateway}ApplelinkContentVFile.h" ∂
  281.         "{BLJBuildingBlocks}Message.h" ∂
  282.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  283.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}PascalString.h" ∂
  284.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  285.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  286.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  287.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  288.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  289.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  290.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  291.         "{BLJBuildingBlocks}DebugStream.h" "{BLJGECommon}TranslationTable.h" ∂
  292.         "{BLJGECommon}Applelink JREF Resource.rsrc" ∂
  293.         "{BLJPagerHalfGateway}PagerCCLEngine.r"
  294.     {REZ} {ROptions} -o {Targ} {RES_13}
  295.  
  296. "{BLJObjects}BovineServer"    ƒƒ {OBJS_13} {LIBS_13} {RES_13} ∂
  297.         BovineConstants.h BovineServerIcons.rsrc ∂
  298.         BovineConstants.h BovineAboutBox.rsrc ∂
  299.         "{BLJBuildingBlocks}Message.r" ∂
  300.         "{BLJConnectorHalfGateway}OutgoingBundle.h" ∂
  301.         "{BLJConnectorHalfGateway}ConnectorHGwyTypes.h" ∂
  302.         "{BLJConnectorHalfGateway}ConnectorLetter.h" ∂
  303.         "{BLJConnectorHalfGateway}ConnectorRecipient.h" ∂
  304.         "{BLJGECommon}GERecipient.h" "{BLJGECommon}GECommonCode.h" ∂
  305.         "{BLJBuildingBlocks}HandleObject.h" "{BLJBuildingBlocks}ObjectList.h" ∂
  306.         "{BLJConnectorHalfGateway}ApplelinkContentVFile.h" ∂
  307.         "{BLJBuildingBlocks}Message.h" ∂
  308.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  309.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}PascalString.h" ∂
  310.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  311.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  312.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  313.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  314.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  315.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  316.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  317.         "{BLJBuildingBlocks}DebugStream.h" "{BLJGECommon}TranslationTable.h" ∂
  318.         "{BLJGECommon}Applelink JREF Resource.rsrc" ∂
  319.         "{BLJPagerHalfGateway}PagerCCLEngine.r"
  320.     {SETFILE} -t APPL -c BLoJ {Targ}
  321.     BLJAddVersionResource "{BLJObjects}BovineServer" 1.0x0
  322.  
  323.  
  324.  
  325. {MAKEFILE}    ƒ NoSuchFile ::ScriptsAndTools:CPlusDefaultMakeRule
  326. NoSuchFile    ƒ
  327.     {MAKEMAKE}
  328.  
  329. clean    ƒ
  330.     {DELETE} {DELETEOPTS} {OBJS_13}
  331.  
  332. clobber    ƒ clean
  333.     {DELETE} {DELETEOPTS} {TARGETS}
  334.  
  335. count    ƒ
  336.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  337.  
  338. files    ƒ
  339.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} ∂
  340.         ::ScriptsAndTools:CPlusDefaultMakeRule {OBJS_13}
  341.  
  342. print    ƒ
  343.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} ∂
  344.         ::ScriptsAndTools:CPlusDefaultMakeRule
  345.  
  346. tags    ƒ {DOT_H} {SRCS}
  347.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  348.  
  349.  
  350. "{BLJObjects}BovineServer.cp.o" ƒ ∂
  351.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  352.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}HandleObject.h" ∂
  353.         "{BLJBuildingBlocks}PascalString.h" ∂
  354.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  355.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  356.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  357.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  358.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  359.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  360.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  361.         "{BLJBuildingBlocks}DebugStream.h" BovineServer.h ∂
  362.         "{BLJBuildingBlocks}WriteLineWindow.h" DebuggingMenus.h ∂
  363.         "{BLJVirtualFile}VirtualFile.h" "{BLJVirtualFile}AbstractFile.h" ∂
  364.         "{BLJBuildingBlocks}ObjectList.h" ∂
  365.         "{BLJVirtualFile}VirtualRamOrDiskFile.h" ∂
  366.         "{BLJBuildingBlocks}Utilities.h" "{BLJBuildingBlocks}TranscriptWindow.h" ∂
  367.         "{BLJBuildingBlocks}LogWindow.h" 2020toConnectorGateway.h ∂
  368.         "{BLJTupleDatabase}TupleDatabase.h" "{BLJBuildingBlocks}Buffer.h" ∂
  369.         "{BLJBuildingBlocks}DataItem.h" "{BLJBuildingBlocks}Comparable.h" ∂
  370.         "{BLJCoreGateway}MailGateway.h" "{BLJCoreGateway}AtoBMailGateway.h" ∂
  371.         "{BLJTupleDatabase}HFSTupleDatabase.h" "{BLJBuildingBlocks}FileSpec.h" ∂
  372.         "{BLJ2020HalfGateway}2020HalfGateway.h" ∂
  373.         "{BLJ2020HalfGateway}2020Letter.h" "{BLJCoreGateway}Letter.h" ∂
  374.         "{BLJCoreGateway}CoreGatewayTypes.h" ∂
  375.         "{BLJBuildingBlocks}SortedObjectList.h" "{BLJBuildingBlocks}Queues.h" ∂
  376.         "{BLJCoreGateway}Recipient.h" "{BLJ2020HalfGateway}2020Recipient.h" ∂
  377.         "{BLJ2020HalfGateway}2020HalfGatewayMisc.h" ∂
  378.         "{BLJ2020HalfGateway}AOCEHalfGatewayTypes.h" ∂
  379.         "{BLJBuildingBlocks}EventCountdown.h" "{BLJCoreGateway}HalfGateway.h" ∂
  380.         "{BLJTupleDatabase}RamTupleDatabase.h" ∂
  381.         "{BLJHFSHalfGateway}HFSHalfGateway.h" ∂
  382.         "{BLJConnectorHalfGateway}ConnectorHalfGateway.h" ∂
  383.         "{BLJConnectorHalfGateway}ConnectorHGwyTypes.h" ∂
  384.         "{BLJConnectorHalfGateway}ConnectorLetter.h" ∂
  385.         "{BLJConnectorHalfGateway}ConnectorRecipient.h" ∂
  386.         "{BLJGECommon}GERecipient.h" "{BLJGECommon}GECommonCode.h" ∂
  387.         "{BLJCoreGateway}LetterLog.h" "{BLJTupleDatabase}DiskLog.h" ∂
  388.         "{BLJTupleDatabase}DiskEntry.h" "{BLJBuildingBlocks}GMTTime.h" ∂
  389.         "{BLJGECommon}TranslationTable.h" ∂
  390.         "{BLJPagerHalfGateway}PagerHalfGateway.h" ∂
  391.         "{BLJPagerHalfGateway}OutgoingPage.h" ∂
  392.         "{BLJBuildingBlocks}UAppleEvents.h" StatusMonitor.h ∂
  393.         "{BLJCoreGateway}StatusDatabase.h" "{BLJCoreGateway}GatewayConfig.h" ∂
  394.         BovineConstants.h DebuggingWindows.h StatusWindow.h ∂
  395.         "{BLJBuildingBlocks}DialogWindow.h" "{BLJBuildingBlocks}EventTimer.h"
  396.  
  397. "{BLJObjects}ConfigurationDBStuff.cp.o" ƒ ∂
  398.         DebuggingGear.h "{BLJBuildingBlocks}DebugFlag.h" ∂
  399.         "{BLJBuildingBlocks}DebugStream.h" "{BLJCoreGateway}MailGateway.h" ∂
  400.         "{BLJBuildingBlocks}DebugAssert.h" "{BLJTupleDatabase}TupleDatabase.h" ∂
  401.         "{BLJBuildingBlocks}Buffer.h" "{BLJBuildingBlocks}DataItem.h" ∂
  402.         "{BLJBuildingBlocks}Comparable.h" DebugConstants.h
  403.  
  404. "{BLJObjects}2020toConnectorGateway.cp.o" ƒ ∂
  405.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  406.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}HandleObject.h" ∂
  407.         "{BLJBuildingBlocks}PascalString.h" ∂
  408.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  409.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  410.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  411.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  412.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  413.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  414.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  415.         "{BLJBuildingBlocks}DebugStream.h" 2020toConnectorGateway.h ∂
  416.         "{BLJTupleDatabase}TupleDatabase.h" "{BLJBuildingBlocks}Buffer.h" ∂
  417.         "{BLJBuildingBlocks}DataItem.h" "{BLJBuildingBlocks}Comparable.h" ∂
  418.         "{BLJCoreGateway}MailGateway.h" "{BLJ2020HalfGateway}2020HalfGateway.h" ∂
  419.         "{BLJ2020HalfGateway}2020Letter.h" "{BLJCoreGateway}Letter.h" ∂
  420.         "{BLJCoreGateway}CoreGatewayTypes.h" ∂
  421.         "{BLJBuildingBlocks}SortedObjectList.h" "{BLJBuildingBlocks}Queues.h" ∂
  422.         "{BLJCoreGateway}Recipient.h" "{BLJ2020HalfGateway}2020Recipient.h" ∂
  423.         "{BLJ2020HalfGateway}2020HalfGatewayMisc.h" ∂
  424.         "{BLJ2020HalfGateway}AOCEHalfGatewayTypes.h" ∂
  425.         "{BLJBuildingBlocks}EventCountdown.h" "{BLJCoreGateway}HalfGateway.h" ∂
  426.         "{BLJTupleDatabase}RamTupleDatabase.h" ∂
  427.         "{BLJConnectorHalfGateway}ConnectorHalfGateway.h" ∂
  428.         "{BLJConnectorHalfGateway}ConnectorHGwyTypes.h" ∂
  429.         "{BLJConnectorHalfGateway}ConnectorLetter.h" ∂
  430.         "{BLJConnectorHalfGateway}ConnectorRecipient.h" ∂
  431.         "{BLJGECommon}GERecipient.h" "{BLJGECommon}GECommonCode.h" ∂
  432.         "{BLJCoreGateway}LetterLog.h" "{BLJTupleDatabase}DiskLog.h" ∂
  433.         "{BLJTupleDatabase}DiskEntry.h" "{BLJBuildingBlocks}GMTTime.h" ∂
  434.         "{BLJGECommon}TranslationTable.h" DebuggingGear.h ∂
  435.         "{BLJTupleDatabase}HFSTupleDatabase.h" "{BLJBuildingBlocks}FileSpec.h" ∂
  436.         StatusWindow.h "{BLJBuildingBlocks}DialogWindow.h" BovineServer.h
  437.  
  438. "{BLJObjects}StatusMonitor.cp.o" ƒ ∂
  439.         StatusMonitor.h "{BLJBuildingBlocks}UAppleEvents.h" ∂
  440.         "{BLJCoreGateway}StatusDatabase.h" DebuggingGear.h ∂
  441.         "{BLJBuildingBlocks}DebugFlag.h" "{BLJBuildingBlocks}DebugStream.h" ∂
  442.         "{BLJBuildingBlocks}ObjectList.h" "{BLJCoreGateway}MailGateway.h" ∂
  443.         "{BLJBuildingBlocks}Utilities.h"
  444.  
  445. "{BLJObjects}DebuggingGear.cp.o" ƒ ∂
  446.         DebuggingGear.h "{BLJBuildingBlocks}DebugFlag.h" ∂
  447.         "{BLJBuildingBlocks}DebugStream.h" "{BLJBuildingBlocks}DisAsmLookup.h" ∂
  448.         "{BLJBuildingBlocks}Unmangler.h" DebugConstants.h ∂
  449.         "{BLJBuildingBlocks}WriteLineWindow.h" DebuggingWindows.h ∂
  450.         BovineServer.h
  451.  
  452.  
  453. "{BLJObjects}DebuggingWindows.cp.o" ƒ ∂
  454.         DebuggingGear.h "{BLJBuildingBlocks}DebugFlag.h" ∂
  455.         "{BLJBuildingBlocks}DebugStream.h" DebuggingWindows.h ∂
  456.         "{BLJBuildingBlocks}TranscriptWindow.h" "{BLJBuildingBlocks}Utilities.h" ∂
  457.         "{BLJBuildingBlocks}WriteLineWindow.h"
  458.  
  459. "{BLJObjects}DebuggingMenus.cp.o" ƒ ∂
  460.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  461.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}HandleObject.h" ∂
  462.         "{BLJBuildingBlocks}PascalString.h" ∂
  463.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  464.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  465.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  466.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  467.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  468.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  469.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  470.         "{BLJBuildingBlocks}DebugStream.h" DebuggingGear.h DebuggingMenus.h ∂
  471.         "{BLJBuildingBlocks}DebugAssert.h" BovineConstants.h DebugConstants.h ∂
  472.         "{BLJTupleDatabase}DiskLog.h" "{BLJTupleDatabase}DiskEntry.h" ∂
  473.         "{BLJBuildingBlocks}GMTTime.h" "{BLJCoreGateway}LetterLogWindow.h" ∂
  474.         "{BLJCoreGateway}LetterLog.h" "{BLJBuildingBlocks}LogWindow.h" ∂
  475.         "{BLJBuildingBlocks}WriteLineWindow.h" BovineServer.h
  476.  
  477. "{BLJObjects}StatusWindow.cp.o" ƒ ∂
  478.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  479.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}HandleObject.h" ∂
  480.         "{BLJBuildingBlocks}PascalString.h" ∂
  481.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  482.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  483.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  484.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  485.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  486.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  487.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  488.         "{BLJBuildingBlocks}DebugStream.h" StatusWindow.h ∂
  489.         "{BLJBuildingBlocks}DialogWindow.h" BovineServer.h
  490.